@font-face {
    font-family: 'iconfont';
    /* project id 1000117 */
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.woff2') format('woff2'),
      url('../font/iconfont.woff') format('woff'),
      url('../font/iconfont.ttf') format('truetype'),
      url('../font/iconfont.svg') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}


/*手机导航*/
#navToggle{
    position: relative;
    width: 30px;
    height: 20px;
    display: none;
    float: right;
    margin-top: 25px;
}
#navToggle .line {
	background: #0c409b;
	border-radius: 1px;
	display: block;
	height: 2px;
	top: 0;
	left: 0;
	transition: all 0.3s ease;
	transform-origin: center center;
	width: 100%;
	position: absolute;
}
.navToggle-inside .line{
    background-color: #fff !important;
}
#navToggle .line1 {
    top: 0;
}
#navToggle .line2 {
    top: 50%;
    margin-top: -1px;
}
#navToggle .line3 {
	top: auto;
    bottom: 0;
}
#navToggle.active .line{
	top: 50%;
    bottom: auto;
    margin-top: -1px;
}
#navToggle.active .line1{
	transform: rotate(45deg);
}
#navToggle.active .line2{
	opacity: 0;
	filter: alpha(opacity=0);
}
#navToggle.active .line3{
	transform: rotate(-45deg);
}
.mobileMenu{
	display: none;
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	height: calc(100% - 70px);
    background-color: #fff;
    overflow-y: auto;
    z-index: 400;
    border-top: 1px solid #dcdcdc;
}
.mobileMenu ul {
    background: #fff;
}
.mobileMenu ul li{
    transform: translate3d(0, 10px, 0);
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0;
}
.mobileMenu.h-show ul li{
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.menu-item{
    display: flex;
    flex-direction: row;
    height: 100px;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    transition: all .5s;
}
.menu-item i{
    font-size: 30px;
    display: block;
    /* margin-top: 6px; */
    font-style: normal;
}
.menu-item a{
    font-size: 30px;
    color: #111;
    padding-left: 30px;
    text-transform: uppercase;
}
.menu-item:hover i, .menu-item:hover a{
    color: #0c409b;
}
.menu li.on .menu-item i{
    color: #0c409b;
}
.menu_dl{
    display: none;
    padding-left: 98px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}
.menu_dl dd a{
    font-size: 24px;
    color: #333;
    line-height: 64px;
}
/* .menu_dl dd img{
    margin-bottom: 10px;
} */
.menu_dl dd a:hover{
    color: #0c409b;
}
.ovh-f{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
}
.menu-itemtit{
    display: flex;
}
.menu-itemtit{
    display: flex;
}
@media(max-width: 991px){
    #navToggle{
        display: block;
    }
    .menu-arrow{
        font-size:30px;
        position: absolute;
        right: 15px;
        transform: rotate(-90deg);
        transition: all 0.4s;
    }
    .menu_li.on .menu-arrow{
        transform: rotate(0deg);
        color: #000;
       
    } 
}
@media(max-width: 767px){
    .menu-item{
        padding-left: 20px;
        height: 70px;
    }
    .menu-item i{
        font-size: 24px;
        margin-top: 2px;
    }
    .menu-item a{
        font-size: 24px;
        padding-left: 20px;
    }
    #navToggle{
        margin-right: 0px;
    }
    .menu_dl{
        padding-left: 65px;
    }
    .menu_dl dd a{
        font-size: 18px;
        line-height: 36px;
    }
}
@media(max-width: 599px){
    .menu-item i{
        font-size: 18px;
    }
    .menu-item a{
        font-size: 18px;
        padding-left: 15px;
    }
    .menu_dl{
        padding-left: 60px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .menu_dl dd a{
        font-size: 16px;
        line-height: 32px;
    }
    .menu-arrow{
        font-size: 22px;
    }
}
/* 内页导航按钮 */
.pronavToggle{
    position: relative;
    width: 50px;
    height: 50px;
    display: none;
    float: right;
    /* background: #000; */
    cursor: pointer;
}
.pronavToggle .line {
	background: #111;
	border-radius: 1px;
	display: block;
	height: 2px;
	top: 0;
    left: 50%;
	transition: all 0.3s ease;
	transform-origin: center center;
    width: 28px;
    margin-left: -14px;
    position: absolute;
}
#pronavToggle2 .line{
    background-color: #111;
}
.pronavToggle .line1 {
    top: 15px;
}
.pronavToggle .line2 {
    top: 50%;
    margin-top: -1px;
}
.pronavToggle .line3 {
	top: auto;
    bottom: 15px;
}
.pronavToggle.active .line{
	top: 50%;
    bottom: auto;
    margin-top: -1px;
}
.pronavToggle.active .line1{
	transform: rotate(45deg);
}
.pronavToggle.active .line2{
	opacity: 0;
	filter: alpha(opacity=0);
}
.pronavToggle.active .line3{
	transform: rotate(-45deg);
}
@media(max-width:991px){
    .pronavToggle{
        display: block;
    }
}
/* 内页banner */
.inside-banner{
    width: 100%;
    position: relative;
}
.inside-banner img{
    display: block;
    width: 100%;
}
/* banner */
.banner-swiper .swiper-container{
    width: 100%;
}
#banner .swiper-slide img{
    width: 100%;
    display: block;
}
.banner-swiper .swiper-pagination-bullet{
    width: 50px;
    height: 4px;
    border-radius: 0;
    opacity: 1;
    background-color:#fff !important;
    position: relative;
}
.banner-swiper .swiper-pagination-bullet-active{
    background-color: #0c409b !important;
}
.banner-swiper > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 15px;
}
.banner-swiper > .swiper-pagination-bullets{
    bottom: 50px;
}
@media (max-width: 991px){
    .banner-swiper > .swiper-pagination-bullets{
        bottom: 25px;
    }
    .banner-swiper .swiper-pagination-bullet{
        width: 30px;
    }
    .banner-swiper > .swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 0 8px;
    }
}
@media (max-width: 599px){
    .banner-swiper > .swiper-pagination-bullets{
        bottom: 15px;
    }
}
/* 自定义宽度 */
.inside-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 768px) {
    .inside-container {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .inside-container {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .inside-container {
      width: 1180px;
      padding-right: 0px;
      padding-left: 0px;
    }
  }
  @media (min-width: 1300px) {
    .inside-container {
      width: 1280px;
    }
  }
  @media (min-width: 1400px) {
    .inside-container {
      width: 1400px;
    }
  }
  @media screen and (min-width:1400px) and (max-width:1499px){
    .inside-container {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
/* 
#bsWXBox{
   background: none !important;
}
#bsWXBox .bsTop {
    color: #666;
    background: #ffffff !important;
    height: 24px;
    line-height: 24px;
    border-bottom: 0px;
}
.bsBox {
    padding: 0px !important;
    background: none !important;
}
.bsFrameDiv>div{
    background: white;
    border: 1px solid #cccccc;#0c409b
} */
/*右侧浮窗*/
.right-side{
    position: fixed;
    right: 20px;
    top: 30%;
    z-index: 300;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.right-item{
    width: 54px;
    height: 54px;
    border-radius: 27px;
    background: #0c409b;
    margin-bottom: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-img{
    display: block;
}
.right-item.on{
    background: #0c409b;
}
.right-item-right{
    color: #fff;
    margin-left: 8px;
    display: none;
}
.right-wechat{
    position: relative;
}
.wx-img{
    display: none;
    position: absolute;
    top: -39px;
    right: 10px;
    background: url(/static/index/zh-cn/img/ewmbj.png) 0% 0% / 100% 100% no-repeat;
    height: 130px;
    width: 165px;
    -webkit-animation: mymove 1s ease 1 forwards; /* Chrome, Safari, Opera */
    animation: mymove 1s ease 1 forwards;
}
.wx-img img{
    width: 130px;
    height: 130px;
    padding:10px;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    100% {right: 51px;}
}

/* Standard syntax */
@keyframes mymove {
    100% {right: 51px;}

}
@media(max-width: 599px){
    .right-side{
        display: none;
    }
}
/* 分享 */
.footer-share{
    position: relative;
}
.modal-code{
    display: none;
    width: 142px;
    height: 166px;
    position: absolute;
    right: 0px;
    bottom: 55px;
    border: 5px solid #b4b4b4;
}
.modal-title{
    height: 24px;
    width: 100%;
    background-color: #f2f2f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
.modal-title h3{
    font-size: 14px;
    color: #666;
}
.modal-cha{
    width: 10px;
    height: 10px;
    background: url(../img/cha.png) no-repeat center;
    background-size: 10px 10px;
    cursor: pointer;
    display: block;
}
.modal-code img{
    display: none;
    width: 132px;
    height: 132px;
}
.footer-share .bshare-custom{
    display: flex;
    justify-content: flex-end;
}
.footer-share .bshare-custom a{
    padding-left: 0px;
    margin: 0 5px;
    width: 33px;
    height: 33px;
    border-radius: 5px;
    display: block;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-share .bshare-custom a:hover{
    opacity: 1;
}
.footer-share .bshare-custom .bshare-more{
    display: none;
}
.footer-share .bshare-custom .bshare-share-count{
    display: none;
}
.footer-share .bshare-custom .bshare-qqim{
    margin-left: 0px;
    background-image: url(../img/footer_qq.png);
}
.footer-share .bshare-custom .bshare-sinaminiblog{
    background-image: url(../img/footer_wb.png);
}
.footer-share .bshare-custom .mshare-qqmb{
    background-image: url(../img/footer_ks.png);
}
.footer-share .bshare-custom .mshare-renren{
    background-image: url(../img/footer_dy.png);
}
.footer-share .bshare-custom .mshare-weixin{
    margin-right: 0px;
    background-image: url(../img/footer_wchat.png);
}
.section_heading .text_translate {
    display: inline-block;
    -webkit-transform: translate(-50px,0);
    transform: translate(-50px,0);
}
@keyframes textTranslate{
    0% {
        opacity: 0;
        -webkit-transform: translate(-50px,0);
        transform: translate(-50px,0);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}